home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Shareware
/
Programare
/
sharp
/
wwwSharp_setup.exe
/
{app}
/
Examples
/
Data access
/
DOM
/
DataAccess.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-12-04
|
1KB
|
74 lines
BODY
{
color: #555753;
font-family: georgia;
font-size: 12pt/20pt;
background: ivory url("wrinkls.jpg") repeat;
margin: 0px;
padding: 5px;
}
BUTTON
{
background-color: ivory;
width: 200px;
margin: 0px;
}
#headOutput
{
font: italic normal 125% georgia;
letter-spacing: 1px;
margin-bottom: 0px;
color: #7D775C;
}
#divOutput
{
border: 2px inset;
overflow: scroll;
width: 100%;
height: expression(parentElement.clientHeight - offsetTop - 25);
background: ivory repeat;
}
#creator
{
font-size: 10pt;
margin: 0px
}
#tblQuery
{
table-layout: fixed;
}
#tblQuery TH
{
background-color: #99CC33;
min-width: 20ex;
}
#tblQuery TD
{
background-color: #00FF99;
padding: 2px 5px 2px 5px;
min-width: 20ex;
}
#tblQuery .nullValue
{
color: red;
}
#tblQuery .blobValue
{
color: red;
}
#selectTables
{
width: 50ex;
}